CompoundFileOpen Method (Stream) |
Opens compound file from the specified stream.
Namespace:
Independentsoft.IO.StructuredStorage
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic void Open(
Stream stream
)
Public Sub Open (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
A stream.
See Also